Class DaideComm

java.lang.Object
es.csic.iiia.fabregues.dip.comm.daide.DaideComm
All Implemented Interfaces:
dip.daide.comm.DiplomaticMessageListener, IComm

public class DaideComm
extends java.lang.Object
implements IComm, dip.daide.comm.DiplomaticMessageListener
  • Constructor Summary

    Constructors 
    Constructor Description
    DaideComm​(java.net.InetAddress ip, int port, java.lang.String name)  
  • Method Summary

    Modifier and Type Method Description
    void diplomaticMessageReceived​(java.lang.String[] message)  
    java.lang.String getName()  
    void init​(Comm comm, es.csic.iiia.fabregues.utilities.Interface log)
    Init communication
    void receivingMessage​(java.lang.String[] message)
    Handles the reception of a message using interface Language
    void sendMessage​(java.lang.String[] msg)
    Sends a message interface Language
    void stop()
    Stop communication

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DaideComm

      public DaideComm​(java.net.InetAddress ip, int port, java.lang.String name)
  • Method Details